projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4290e73
)
* configure.ac (AC_INIT): Use https for package url.
author
Glenn Morris
<rgm@gnu.org>
Tue, 24 Oct 2017 05:07:51 +0000
(22:07 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 24 Oct 2017 05:07:51 +0000
(22:07 -0700)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 627a392a5bade1f3eaec2b61b1169d5e52170ce4..7437eb90d2e119b20dd2d18b91714eb50550d601 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-23,7
+23,7
@@
dnl along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
AC_PREREQ(2.65)
dnl Note this is parsed by (at least) make-dist and lisp/cedet/ede/emacs.el.
-AC_INIT(GNU Emacs, 27.0.50, bug-gnu-emacs@gnu.org)
+AC_INIT(GNU Emacs, 27.0.50, bug-gnu-emacs@gnu.org
, , https://www.gnu.org/software/emacs/
)
dnl Set emacs_config_options to the options of 'configure', quoted for the shell,
dnl and then quoted again for a C string. Separate options with spaces.